Version

fnAddItem Method

Internal proxy method to add an item to the existing items list of the ComboEditorBase control
Syntax
'Declaration
 
Protected Sub fnAddItem( _
   ByVal oComboItemText As System.String _
) 
protected void fnAddItem( 
   System.string oComboItemText
)
protected: void fnAddItem( 
   System.string* oComboItemText
) 

Parameters

oComboItemText
Display text of the item that needs to be added newly
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also